module Base
{
	item supergemstone_life_on
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life ON,
        Icon	=	gs_life,
        BodyLocation = supergemstone1,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone1,
		ClothingItemExtra = supergemstone_life_off,
        ClothingItemExtraOption = OFF,
        clothingExtraSubmenu = ON,
        Tooltip = Tooltip_gs_life,
    }
	item supergemstone_life_off
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life OFF,
        Icon	=	gs_life,
        BodyLocation = supergemstone1,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone1,
		ClothingItemExtra = supergemstone_life_on,
        ClothingItemExtraOption = ON,
        clothingExtraSubmenu = OFF,
        Tooltip = Tooltip_gs_life,
    }

    item supergemstone_fire_on
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life ON,
        Icon	=	gs_fire,
        BodyLocation = supergemstone2,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone2,
		ClothingItemExtra = supergemstone_fire_off,
        ClothingItemExtraOption = OFF,
        clothingExtraSubmenu = ON,
        Tooltip = Tooltip_gs_fire,
    }
	item supergemstone_fire_off
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life OFF,
        Icon	=	gs_fire,
        BodyLocation = supergemstone2,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone2,
		ClothingItemExtra = supergemstone_fire_on,
        ClothingItemExtraOption = ON,
        clothingExtraSubmenu = OFF,
        Tooltip = Tooltip_gs_fire,
    }

    item supergemstone_ice_on
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life ON,
        Icon	=	gs_ice,
        BodyLocation = supergemstone3,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone3,
		ClothingItemExtra = supergemstone_ice_off,
        ClothingItemExtraOption = OFF,
        clothingExtraSubmenu = ON,
        Tooltip = Tooltip_gs_ice,
    }
	item supergemstone_ice_off
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life OFF,
        Icon	=	gs_ice,
        BodyLocation = supergemstone3,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone3,
		ClothingItemExtra = supergemstone_ice_on,
        ClothingItemExtraOption = ON,
        clothingExtraSubmenu = OFF,
        Tooltip = Tooltip_gs_ice,
    }

    item supergemstone_power_on
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life ON,
        Icon	=	gs_power,
        BodyLocation = supergemstone4,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone4,
		ClothingItemExtra = supergemstone_power_off,
        ClothingItemExtraOption = OFF,
        clothingExtraSubmenu = ON,
        Tooltip = Tooltip_gs_power,
    }
	item supergemstone_power_off
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life OFF,
        Icon	=	gs_power,
        BodyLocation = supergemstone4,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone4,
		ClothingItemExtra = supergemstone_power_on,
        ClothingItemExtraOption = ON,
        clothingExtraSubmenu = OFF,
        Tooltip = Tooltip_gs_power,
    }

    item supergemstone_pur_on
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life ON,
        Icon	=	gs_pur,
        BodyLocation = supergemstone5,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone5,
		ClothingItemExtra = supergemstone_pur_off,
        ClothingItemExtraOption = OFF,
        clothingExtraSubmenu = ON,
        Tooltip = Tooltip_gs_pur,
    }
	item supergemstone_pur_off
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life OFF,
        Icon	=	gs_pur,
        BodyLocation = supergemstone5,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone5,
		ClothingItemExtra = supergemstone_pur_on,
        ClothingItemExtraOption = ON,
        clothingExtraSubmenu = OFF,
        Tooltip = Tooltip_gs_pur,
    }

    item supergemstone_repair_on
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life ON,
        Icon	=	gs_repair,
        BodyLocation = supergemstone6,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone6,
		ClothingItemExtra = supergemstone_repair_off,
        ClothingItemExtraOption = OFF,
        clothingExtraSubmenu = ON,
        Tooltip = Tooltip_gs_repair,
    }
	item supergemstone_repair_off
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Gemstone life OFF,
        Icon	=	gs_repair,
        BodyLocation = supergemstone6,
		WeightReduction 		= 100,
		Capacity 		= 10000,
		ClothingItem = emptymodel,
		CanBeEquipped = supergemstone6,
		ClothingItemExtra = supergemstone_repair_on,
        ClothingItemExtraOption = ON,
        clothingExtraSubmenu = OFF,
        Tooltip = Tooltip_gs_repair,
    }



   
}
